Configure EMS Database
-
Using Microsoft SQL Server Management Studio, add a login for the EMS Active Directory security group.
-
Under the User Mapping area, map the login to your EMS database.
-
Add the db_datareader and db_datawriter roles.
-
Repeat Step 2 for the EMS_Master database.
-
Using Microsoft SQL Server Management Studio, execute the following statement against your EMS database:
sp_addrolemember 'EMS_Role', 'securitygroup'
-
Rename the securitygroup with the name of your EMS Active Directory security group.
-
Repeat Step 5 for the EMS_Master database.